SftTree/OCX 7.0

SftTreeColumn.BackColorEnd Property

Softel vdm, Inc.

Defines the default background color of cells in this column, combined with BackColor creating a gradient fill.

Syntax       

 

Get

VB.NET

Clr = object.BackColorEnd  As UIntegerLanguage-specific information

VB

Clr = object.BackColorEnd  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.BackColorEnd;

VC++

OLE_COLOR Clr = object->BackColorEnd;
OLE_COLOR Clr = object->GetBackColorEnd();

C

HRESULT object->get_BackColorEnd(OLE_COLOR* Clr);

Delphi

Clr := object.BackColorEnd  : Cardinal;

Put

VB.NET

object.BackColorEnd = Clr  As UIntegerLanguage-specific information

VB

object.BackColorEnd = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.BackColorEnd = Clr;

VC++

OLE_COLOR object->BackColorEnd = Clr;
void object->PutBackColorEnd(OLE_COLOR Clr);

C

HRESULT object->put_BackColorEnd(OLE_COLOR Clr);

Delphi

object.BackColorEnd := Clr  : Cardinal;

object

A SftTreeColumn object.

Clr

Defines the default background color of cells in this column, combined with BackColor creating a gradient fill. -1 indicates that there is no defined color and the default colors are used. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The BackColorEnd property defines the default background color of cells in this column, combined with BackColor creating a gradient fill.

Cells can override the ending background color using the Cell.BackColorEnd property.

See Also  SftTreeColumn Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com